Class PAPProcessImpl

All Implemented Interfaces:
IPCObject, PAPProcess, Process

public class PAPProcessImpl extends ProcessImpl implements PAPProcess
Information provided by the PKI file:

    \class PAPProcess
    
    \brief PAPProcess handles and manipulates the PAP process.
    
    \example network().getDevice("Router0").getProcess("PapProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setSentPassword

      public void setSentPassword(String password)
      Information provided by the PKI file:
      
          \brief Sets the sent password.
          
          \param password, the sent password.
          
              
      Specified by:
      setSentPassword in interface PAPProcess
      Parameters:
      password - Takes in a parameter of password
    • setSentUserName

      public void setSentUserName(String username)
      Information provided by the PKI file:
      
          \brief Sets the sent username.
          
          \param username, the sent username.
          
              
      Specified by:
      setSentUserName in interface PAPProcess
      Parameters:
      username - Takes in a parameter of username
    • getSentPassword

      public String getSentPassword()
      Information provided by the PKI file:
      
          \brief Returns the sent password.
          
          \return string, the sent password.
          
              
      Specified by:
      getSentPassword in interface PAPProcess
      Returns:
      String Returns a String
    • getSentUserName

      public String getSentUserName()
      Information provided by the PKI file:
      
          \brief Returns the sent username.
          
          \return string, the sent username.
          
              
      Specified by:
      getSentUserName in interface PAPProcess
      Returns:
      String Returns a String